home *** CD-ROM | disk | FTP | other *** search
/ 404 Jogos / CLJG.iso / Acao / bubble_tanks_2.swf / scripts / DefineButton2_502 / BUTTONCONDACTION on(release).as
Encoding:
Text File  |  2008-09-02  |  149 b   |  7 lines

  1. on(release){
  2.    _root.leftA.gotoAndPlay(16);
  3.    _root.rightA.gotoAndPlay(16);
  4.    _root.ico.gotoAndPlay(21);
  5.    _root.titleA.gotoAndPlay(16);
  6. }
  7.